home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mathchal.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-01  |  2KB  |  77 lines

  1. echo off
  2. cls
  3.  
  4. if "%1" == "" goto INSTRUCT
  5. if "%2" == "" goto INSTRUCT
  6.  
  7. :INSTALL
  8. echo  
  9. echo                MATH CHALLENGE Hard Disk Installation 
  10. echo      
  11. echo  This program will install MATH CHALLENGE on your hard disk
  12. echo  in a directory called %2\chllng from floppy drive %1.
  13. echo 
  14. pause
  15.  
  16. md %2\chllng
  17.  
  18. cls
  19. echo 
  20. echo  --- LOADING COMPRESSED PROGRAM FILES --- 
  21. echo 
  22. copy %1\mathchal.exe %2\chllng\*.*
  23. copy %1\file_id.diz %2\chllng\*.*
  24. copy %1\vendor.doc %2\chllng\*.*
  25.  
  26. cls
  27. echo 
  28. %2
  29. cd\chllng
  30. echo 
  31. echo  --- DECOMPRESSING PROGRAM FILES --- 
  32. echo 
  33. mathchal
  34. del mathchal.exe
  35.  
  36. cls      
  37. echo 
  38. echo  TO START, MOVE TO THE %2\CHLLNG DIRECTORY, AND
  39. echo  ENTER THE FOLLOWING:
  40. echo 
  41. echo    PARENT  -- To Use Personalization Features
  42. echo    CHILD   -- To Run Program 
  43. echo 
  44. echo  WE HOPE YOU ENJOY!!!
  45. echo  
  46. pause 
  47.  
  48. goto EXIT
  49.  
  50. :INSTRUCT 
  51.  
  52. echo 
  53. echo             MATH CHALLENGE Hard Disk Installation 
  54. echo 
  55. echo  This program will install MATH CHALLENGE on your hard disk:
  56. echo 
  57. echo  For this program, please adopt the following format: 
  58. echo  
  59. echo                 INSTALL A: C: 
  60. echo  
  61. echo      where A: = floppy disk drive from which you're loading
  62. echo                 the program 
  63. echo            C: = hard drive on which the program is to be
  64. echo                 installed  
  65. echo 
  66. echo  Substitute other drive letters as appropriate.
  67. echo  
  68. echo  Please note that this procedure will require that
  69. echo  1100 kilobytes be available on your hard disk.  When
  70. echo  completed, MATH CHALLENGE will occupy approximately
  71. echo  700 kilobytes of hard disk space.
  72. pause 
  73. cls
  74. goto EXIT
  75.  
  76. :EXIT 
  77.